Vcenter NamespaceManagement Supervisors SupervisorServices SetSpec

Vcenter NamespaceManagement Supervisors SupervisorServices SetSpec
Vcenter NamespaceManagement Supervisors SupervisorServices SetSpec

The Vcenter NamespaceManagement Supervisors SupervisorServices SetSpec schema provides a specification required to set a new configuration on a Supervisor Service in a vSphere Supervisor. This schema is applied in entirety, replacing the current specification fully.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "version": "string",
    "yaml_service_config": "string"
}
string
version
Required

Identifier of the Supervisor Service version which contains the Service definition. This Supervisor Service version must be in the ACTIVATED state.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.

string As password As password
yaml_service_config
Optional

A set of additional configuration parameters to be applied during Service upgrade. These parameters should be formatted as a base64 encoded YAML document. Complex data types with nested properties are supported.

This property was added in vSphere API 9.0.0.0.

If missing or null, no additional configuration parameters will be applied when upgrading the Supervisor Service in the vSphere Supervisor.